CPhidget_waitForAttachment

Waits for attachment to happen. This can be called right after calling CPhidget_open, as an alternative to using the attach handler.

extern (C) __gshared
int function(CPhidgetHandle phid, int milliseconds) CPhidget_waitForAttachment;

Meta